home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
merlin
/
docs
/
minfo.doc
< prev
next >
Wrap
Text File
|
1999-07-12
|
1KB
|
68 lines
=====( mInfo V0.11 )===============================================
The Trion drive information tool.
(c) Copyright Paul Spijkerman, '99. All rights reserved.
Written for use with the merlin package.
===================================================================
This program generates a GUI screen from the drives
available on the system.
If a drive is clicked it will try to start a script
to make a GUI file of that drive.
The program can work in two modes.
A directory mode and a list mode.
The directory mode will create a GUI file, the list mode
will generate a a list file that can be loaded in a list
and needs a GUI file.
The directory mode is started with: minfo D
The list mode is started with: minfo L
Note that you have to redirect the output to a file.
So you want to add something like >ram:drives.mcp or
>ram:listfile to the end.
Note that you probably need a script to make full use of
this program.
This program generates a gui file but doesn't start the MCP
program to show the GUI.
The scripts in the archive are called SDRIVES and SINFO
Also the program will make entrys in the GUI to start SDIR
or SLIST scripts when you click on a drive in the GUI.
The SDRIVES script:
.key dir
.def dir="ram:"
minfo D >ram:drives.mcp
run mcp ram:drives
The SINFO script:
.key dir
.def dir="ram:"
minfo L >ram:listfile
run mcp mcp:infotest